home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / print / masdir54.arj / TUTOR.BAT < prev   
DOS Batch File  |  1990-08-12  |  242b  |  15 lines

  1. echo off
  2. sdl_get BE %A%
  3. Set A=%GET%
  4. MAINSCR
  5. PAUSE
  6. SDL_SHOW masdir.tut
  7. sdl_get N "Do you want to run the DEMO now (Y,n)? "
  8. if errorlevel 126 goto EXIT
  9. IF NOT ERRORLEVEL 89 goto EXIT
  10. Sdl_get BE %A%
  11. demo
  12. :EXIT
  13. sdl_get BE %A%
  14. menu
  15.